Definition load_library_utility.h:34
SonyOzResult SetHighImageQuality(SonyOzPlatformId platform_id, SonyOzSessionHandle session, const bool enabled)
Set HighImageQuality mode.
SonyOzResult GetCameraImageBuffer(SonyOzPlatformId platform_id, SonyOzSessionHandle session, size_t *buffer_size, void *buffer)
Get Camera Image.
SonyOzResult SetCameraWindowEnabled(SonyOzPlatformId platform_id, SonyOzSessionHandle session, const bool enable)
Show/Hide camera window.
SonyOzResult SetPauseHeadPose(SonyOzPlatformId platform_id, SonyOzSessionHandle session, const bool enabled)
Enable/Disable head pose tracking..
SonyOzResult GetHighImageQuality(SonyOzPlatformId platform_id, SonyOzSessionHandle session, bool *enabled)
Get HighImageQuality mode.
SonyOzResult GetPauseHeadPose(SonyOzPlatformId platform_id, SonyOzSessionHandle session, bool *enabled)
Get head pose status.
SonyOzResult GetCameraImageSize(SonyOzPlatformId platform_id, SonyOzSessionHandle session, int *width, int *height, int *depth)
Get Camera Image size.
#define XR_DEFINE_HANDLE(object)
Definition xr_api_defs.h:48
const char * SonyOzPlatformId
ID indicating XR platform. It will always be "Spatial Reality Display".
Definition xr_api_defs.h:93
SonyOzResult
Result of XR Runtime API.
Definition xr_api_defs.h:62